1
0

Added AlchemistVillage prefabs (Thanks, KingsCraftAu).

This commit is contained in:
madmaxoft
2014-05-27 22:08:20 +02:00
parent 71256c98ed
commit 6b41d1a422
3 changed files with 3007 additions and 9 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
// AlchemistVillagePrefabs.h
// Declares the prefabs in the group AlchemistVillage
#include "../Prefab.h"
extern const cPrefab::sDef g_AlchemistVillagePrefabs[];
extern const cPrefab::sDef g_AlchemistVillageStartingPrefabs[];
extern const size_t g_AlchemistVillagePrefabsCount;
extern const size_t g_AlchemistVillageStartingPrefabsCount;