Funkin/source/funkin/play/character/Character.hx

9 lines
79 B
Haxe

package funkin.play.character;
enum CharacterType
{
BF;
GF;
DAD;
OTHER;
}