示例#1
0
 private static void CreateGizmo(CreatureSpawner __instance)
 {
     SphereGizmo.Create(__instance.transform.position, 3, Color.yellow);
 }