Modified scripts to work with new system.

This commit is contained in:
Filip Maj 2016-05-29 16:03:24 -04:00
parent 62ed9b22f1
commit fc51b7f564
4 changed files with 89 additions and 16 deletions

View file

@ -38,6 +38,7 @@ namespace FFXIVClassic_Map_Server.Actors
public bool spawnedFirstTime = false;
public string classPath;
public string className;
public List<LuaParam> classParams;