This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyssey-old/Classes/POI.gd

10 lines
76 B
GDScript

class_name POIData
enum POIType {
SpawnPoint
}
enum POIClass {
Player
}