youcankillmenow;)

Former-commit-id: 906db790ab715ecdb1b7b9df11c74bc188afceb0
Former-commit-id: c229422f3faeafe31c44870183fa753564b32fa7
This commit is contained in:
Song Minjae
2016-12-12 20:35:00 +09:00
parent 3fa4f61eec
commit 870c9b36ff
29 changed files with 512 additions and 20 deletions

View File

@@ -6,10 +6,10 @@ import org.newdawn.slick.Input
/**
* A wrapper to support instant player changing (or possessing other NPCs maybe)
*
* @param actor : here you 'snap in' the actor you wish to control
* @param actor : here you 'attach' the actor you wish to control
* Created by minjaesong on 16-10-23.
*/
class PlayableActorWrapper(val actor: ActorHumanoid) {
class PlayableActorDelegate(val actor: ActorHumanoid) {
init {
if (actor !is Controllable)