9 lines
76 B
GDScript
9 lines
76 B
GDScript
class_name POIData
|
|
|
|
enum POIType {
|
|
SpawnPoint
|
|
}
|
|
|
|
enum POIClass {
|
|
Player
|
|
}
|