Added Entrance/Stairs unittype5 table lvlwrap.txt (#64)
This commit is contained in:
13
pkg/data/entrance/description.go
Normal file
13
pkg/data/entrance/description.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package entrance
|
||||
|
||||
type Description struct {
|
||||
ID int
|
||||
Name string
|
||||
SelectX int
|
||||
SelectY int
|
||||
SelectDX int
|
||||
SelectDY int
|
||||
OffsetX int
|
||||
OffsetY int
|
||||
Direction string
|
||||
}
|
||||
Reference in New Issue
Block a user