quick and dirty but working linter

This commit is contained in:
minjaesong
2023-05-23 00:09:11 +09:00
parent c554df9b98
commit fccc2162f6
14 changed files with 156 additions and 21 deletions

View File

@@ -37,8 +37,8 @@ open class ActorHumanoid : ActorWithBody, Controllable, Pocketed, Factionable, L
this.physProp = physProp
}
var vehicleRiding: Controllable? = null // usually player only
@Transient internal var vehicleRiding: Controllable? = null // usually player only
var vehicleRidingActorID: ActorID? = null
/** Must be set by PlayerFactory */