8 lines
59 B
GDScript
8 lines
59 B
GDScript
extends Node
|
|
|
|
enum PlayerPosition {
|
|
Guard,
|
|
Wing,
|
|
Big,
|
|
}
|