AssemblyCSharp.WandControllerSimple.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        void Start()
        {
            drawing = false;
            erasing = false;
            t = 0f;
        }
WandControllerSimple