public virtual void OnPlayAreaCursorStartCollision(PlayAreaCursorEventArgs e)
 {
     if (PlayAreaCursorStartCollision != null)
     {
         PlayAreaCursorStartCollision(this, e);
     }
 }
Exemple #2
0
 // Token: 0x06001923 RID: 6435 RVA: 0x00085F30 File Offset: 0x00084130
 public virtual void OnPlayAreaCursorEndCollision(PlayAreaCursorEventArgs e)
 {
     if (this.PlayAreaCursorEndCollision != null)
     {
         this.PlayAreaCursorEndCollision(this, e);
     }
 }