ArkaliaCore.Game.Game.Engines.PathEngine.GetDirNum C# (CSharp) Méthode

GetDirNum() public static méthode

Get dir by chardir
public static GetDirNum ( string DirChar ) : int
DirChar string
Résultat int
        public static int GetDirNum(string DirChar)
        {
            return Hash.IndexOf(DirChar);
        }