mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 14:51:51 +09:00
new actor type "HistoricalFigure" that has date of birth and death
Former-commit-id: ec7ca90f29e0c56b3553e87b5a95fd023d9c55e1 Former-commit-id: 685958754f78542843913731880eb73f90e8e4c9
This commit is contained in:
@@ -66,10 +66,10 @@ import org.dyn4j.Epsilon
|
||||
class Vector2 {
|
||||
|
||||
/** The magnitude of the x component of this [Vector2] */
|
||||
var x: Double = 0.0
|
||||
@Volatile var x: Double = 0.0
|
||||
|
||||
/** The magnitude of the y component of this [Vector2] */
|
||||
var y: Double = 0.0
|
||||
@Volatile var y: Double = 0.0
|
||||
|
||||
/** Default constructor. */
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user