Example #1
0
    void Start()
    {
        _panType    = PanType.None;
        _touchState = TouchState.None;

        _touchLayer = 1 << 29;

        _touchEvent = new TouchEvent();
        _touchEvent.Initialize();

        _shootEvent = new ShootEvent();
        _shootEvent.Initialize();
    }