mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 14:04:05 +09:00
youcankillmenow;)
Former-commit-id: 906db790ab715ecdb1b7b9df11c74bc188afceb0 Former-commit-id: c229422f3faeafe31c44870183fa753564b32fa7
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user