示例#1
0
        public static void Initialization(this ShadowMote SM, JobDriver_ThrowRocks JDTR, Vector3 DestinationCell)
        {
            SM.JDTR_parent = JDTR;

            SM.InitCoordinates(DestinationCell);
            //SM.InitGroundShadowGraphic();
        }
示例#2
0
        public static void Initialization(this ShadowMote SM, JobDriver_PlayGenericTargetingGame TG, Vector3 DestinationCell)
        {
            SM.TG_parent = TG;

            SM.InitCoordinates(DestinationCell);
            SM.InitGroundShadowGraphic();
        }