ArkaliaCore.Game.Game.Engines.PathEngine.GetPathPattern C# (CSharp) Method

GetPathPattern() public method

Get pattern for sending to client move
public GetPathPattern ( int id ) : string
id int
return string
        public string GetPathPattern(int id)
        {
            return "GA0;1;" + id + ";" + this.Path;
        }