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

Inheritance: IContentTemplate
显示文件 Open project: GrindFest/GrindFest Class Usage Examples

Public Methods

Method Description
ItemTemplate ( int id, string name, string description, ItemType type, int price, bool consumed, int useSpeed ) : Inspire.Shared.Models.Enums

Method Details

ItemTemplate() public method

public ItemTemplate ( int id, string name, string description, ItemType type, int price, bool consumed, int useSpeed ) : Inspire.Shared.Models.Enums
id int
name string
description string
type ItemType
price int
consumed bool
useSpeed int
return Inspire.Shared.Models.Enums