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