aboutsummaryrefslogtreecommitdiff
path: root/source/models/State.hx
blob: 4f89d35708cda805d83c68aebc05586da3c5f1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// THIS FILE HAS BEEN GENERATED AUTOMATICALLY
// DO NOT CHANGE IT MANUALLY UNLESS YOU KNOW WHAT YOU'RE DOING
//
// GENERATED USING @colyseus/schema 0.5.39
//
package models;

import io.colyseus.serializer.schema.Schema;

class State extends Schema
{
	@:type("map", Player)
	public var players:MapSchema<Player> = new MapSchema<Player>();
}