mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 14:36:58 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class Guild {
|
||||
gold: number;
|
||||
level: number;
|
||||
|
||||
constructor(level: number, gold: number) {
|
||||
this.gold = gold;
|
||||
this.level = level;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user