mirror of
https://github.com/YouHaveTrouble/DiscipleOfLand.git
synced 2026-05-12 14:36:55 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export default class Zone {
|
||||
|
||||
name: {
|
||||
en: string,
|
||||
}
|
||||
|
||||
constructor(data: any) {
|
||||
this.name = data.name;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user