You've already forked KF-MMO-Server
Initial synchronization fixes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export class physicsObject{
|
||||
name : string
|
||||
//array of floats [3]
|
||||
position : number[] = []
|
||||
rotation : number[] = []
|
||||
velocity : number[] = []
|
||||
angularVelocity : number[] = []
|
||||
position : number[] = [0,0,0]
|
||||
rotation : number[] = [0,0,0]
|
||||
velocity : number[] = [0,0,0]
|
||||
angularVelocity : number[] = [0,0,0]
|
||||
}
|
||||
Reference in New Issue
Block a user