add new models, change migration files, prepare to add all new tables from models
This commit is contained in:
25
internal/foundry/temp_models/db/wall.go
Normal file
25
internal/foundry/temp_models/db/wall.go
Normal file
@@ -0,0 +1,25 @@
|
||||
package db
|
||||
|
||||
type Wall struct {
|
||||
ID string
|
||||
|
||||
C []int
|
||||
Light int
|
||||
Move int
|
||||
Sight int
|
||||
Sound int
|
||||
Dir int
|
||||
Door int
|
||||
Ds int
|
||||
Threshold Threshold
|
||||
Animation any
|
||||
}
|
||||
|
||||
type Threshold struct {
|
||||
ID uint
|
||||
|
||||
Light int
|
||||
Sight int
|
||||
Sound int
|
||||
Attenuation bool
|
||||
}
|
||||
Reference in New Issue
Block a user