fCraft.Bot.Bot C# (CSharp) Method

Bot() public method

public Bot ( string name, Position Pos )
name string
Pos Position
        public Bot( string name, Position Pos )
        {
            this.name = name;
            this.playerID = 1;
            pos = Pos;
            heading = 0;
            pitch = 0;
            time = 0;
            update = true;
        }