Beispiel #1
0
 public static void OnDropLoot(string entryName, Vector2 location)
 {
     LootManager.DropItem(location, 1, "Lizard.Mod_ExampleMod.ExampleItem");
     LootManager.DropSkill(location, 1, "Lizard.Mod_ExampleMod.ExampleSkill");
 }