Skip to content

Commit

Permalink
Made VSPhysicsEntity open
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Aug 23, 2023
1 parent e47563d commit e5a3666
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import org.valkyrienskies.mod.common.util.toJOML
import org.valkyrienskies.mod.common.util.toMinecraft
import org.valkyrienskies.mod.mixin.accessors.entity.EntityAccessor

class VSPhysicsEntity(type: EntityType<VSPhysicsEntity>, level: Level) : Entity(type, level) {
open class VSPhysicsEntity(type: EntityType<VSPhysicsEntity>, level: Level) : Entity(type, level) {
// Physics data, persistent
private var physicsEntityData: PhysicsEntityData? = null

Expand Down

0 comments on commit e5a3666

Please sign in to comment.