C# Class Server.Game.Database.Models.ContentTemplates.MapTemplate

A map template contains information about a particular map and zone in the game world.
Inheritance: IContentTemplate
显示文件 Open project: GrindFest/GrindFest

Public Methods

Method Description
MapTemplate ( int id, string name, string virtualCategory )

Method Details

MapTemplate() public method

public MapTemplate ( int id, string name, string virtualCategory )
id int
name string
virtualCategory string