rename object to platform, refact of file names

This commit is contained in:
2023-07-07 09:21:25 +02:00
parent fa3e43299c
commit 420f2af0c4
13 changed files with 74 additions and 74 deletions

View File

@@ -10,7 +10,7 @@ type Domain struct {
}
func (d *Domain) Init() {
d.InitObjectType()
d.InitPlatformType()
d.InitItemType()
d.InitNPCType()
d.InitMenu()