EventMapSchema constructor
EventMapSchema({})
Returns a new EventMapSchema instance.
Implementation
EventMapSchema({
required this.mapId,
required this.x,
required this.y,
required this.layer,
required this.skin,
});