diff --git a/bob_party/src/constUser.ts b/bob_party/src/constUser.ts new file mode 100644 index 0000000..c4914ee --- /dev/null +++ b/bob_party/src/constUser.ts @@ -0,0 +1,14 @@ +import { Message } from "./core/message" +import { Conversation } from "./core/conversation" +import tabSkinApp from './constSkin' +import { User } from "./core/user"; + + +let UserActu:User=new User("14", "leBg", "MdpDeOuf", "ouioui", "grand", new Date(2022,12,12), 12222, 123324, 12, tabSkinApp[0], tabSkinApp, undefined); +let UserTest:User=new User("48", "WeshWesh", "MdpDeOuf", "ouioui", "grand", new Date(2022,12,12), 12222, 123324, 12, tabSkinApp[2], tabSkinApp, undefined); +let Alban:User=new User("17", "Alban", "oui", "ouioui", "homme", new Date(2022,12,12), 12222, 123324, 12, tabSkinApp[1], tabSkinApp, undefined); +let Fefe63:User=new User("17", "Fefe63", "jesuishm", "ouioui", "homme", new Date(2022,12,12), 12222, 123324, 12, tabSkinApp[6], tabSkinApp, undefined); + +let tabUS:User[]=[UserActu, UserTest, Alban, Fefe63]; + +export default tabUS; \ No newline at end of file