Exemplo n.º 1
0
 public static bool IsBlock(this IFieldEvent self)
 {
     return(self is Block);
 }
Exemplo n.º 2
0
 public static void AddUIImage(this IFieldEvent self, FieldCellButtonController controller)
 {
     Object.Instantiate(self.UIImagePrefab, controller.EventRoot.transform, false);
 }