mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-20 15:34:05 +09:00
all potentially serialisable actors now have no-arg constructor
This commit is contained in:
@@ -8,7 +8,7 @@ import net.torvald.terrarum.gameactors.ai.ActorAI
|
||||
* Created by minjaesong on 2016-01-31.
|
||||
*/
|
||||
interface AIControlled {
|
||||
val ai: ActorAI
|
||||
var ai: ActorAI
|
||||
|
||||
fun moveLeft(amount: Float = 1f)
|
||||
fun moveRight(amount: Float = 1f)
|
||||
|
||||
Reference in New Issue
Block a user