1
0
Fork 0
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:
Robin Appelman 2017-09-01 19:49:40 +02:00
commit ca2083c64a
7 changed files with 336 additions and 58 deletions

View file

@ -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;