mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
add encoder for sendprops
This commit is contained in:
parent
44394b0320
commit
ca2083c64a
7 changed files with 336 additions and 58 deletions
|
|
@ -3,7 +3,7 @@ import {Vector} from './Vector';
|
|||
|
||||
export class SendProp {
|
||||
public definition: SendPropDefinition;
|
||||
public value: SendPropValue|null;
|
||||
public value: SendPropValue | null;
|
||||
|
||||
constructor(definition: SendPropDefinition) {
|
||||
this.definition = definition;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue