ToolUser.UseEast C# (CSharp) Method

UseEast() public method

public UseEast ( ) : void
return void
    public void UseEast()
    {
        StartCoroutine(CreateTool (false, 1));
    }