using Godot; using System.Collections; using System.Collections.Generic; using Godot.Collections; namespace Rokojori { public enum CharacterDirectionProcessing { None, Zero_Y_And_Normalize, Project_On_TransformPlane } }