Exemplo n.º 1
0
 internal CCEvent(CCEventType type)
 {
     Type      = type;
     IsStopped = false;
 }
Exemplo n.º 2
0
        internal CCEvent(CCEventType type)
        {
            Type = type;
			IsStopped = false;
        }