AI script is now persistent (you can keep variables)

Former-commit-id: 20ca0a8e80f0712c4a3d6a21ee9ae5f15c46c406
Former-commit-id: 2f1cfc2c9b60981053e928a3e7b07117d3b18919
This commit is contained in:
Song Minjae
2016-12-27 21:56:34 +09:00
parent c77a89d0db
commit 9fc2d1db08
6 changed files with 51 additions and 79 deletions

View File

@@ -28,6 +28,13 @@ object PlayerBuilderCynthia {
p.setPosition(4096.0 * MapDrawer.TILE_SIZE, 300.0 * MapDrawer.TILE_SIZE)
p.referenceID = 12345678
return p
}