C# Class OpenNos.GameObject.NpcMonster

Inheritance: OpenNos.Data.NpcMonsterDTO
Afficher le fichier Open project: OpenNos/OpenNos Class Usage Examples

Méthodes publiques

Méthode Description
GenerateEInfo ( ) : string
GetRes ( int skillelement ) : float
Initialize ( ) : void

Intializes the GameObject, will be injected by AutoMapper after Entity -> GO mapping

NpcMonster ( ) : System

Method Details

GenerateEInfo() public méthode

public GenerateEInfo ( ) : string
Résultat string

GetRes() public méthode

public GetRes ( int skillelement ) : float
skillelement int
Résultat float

Initialize() public méthode

Intializes the GameObject, will be injected by AutoMapper after Entity -> GO mapping
public Initialize ( ) : void
Résultat void

NpcMonster() public méthode

public NpcMonster ( ) : System
Résultat System