forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
15
Kha/Sources/kha/netsync/Example.hx
Normal file
15
Kha/Sources/kha/netsync/Example.hx
Normal file
@ -0,0 +1,15 @@
|
||||
package kha.netsync;
|
||||
|
||||
class Example implements Entity {
|
||||
@replicated
|
||||
var test: Float;
|
||||
@replicated
|
||||
var bla: Int;
|
||||
|
||||
public function new() {
|
||||
// super();
|
||||
test = 3;
|
||||
}
|
||||
|
||||
public function simulate(tdif: Float): Void {}
|
||||
}
|
Reference in New Issue
Block a user