Esempio n. 1
0
 public void RaiseBlockBreakingEvent(Vector Location, int Entity_ID, sbyte Stage) {
     if (BlockBreaking != null)
         BlockBreaking(Location, Entity_ID, Stage);
 }
Esempio n. 2
0
 public void RaiseBlockBreakingEvent(Vector location, int entityId, sbyte stage) {
     if (BlockBreaking != null)
         BlockBreaking(location, entityId, stage);
 }