C# Class CEngineSharp_Editor.World.Npc

显示文件 Open project: JohnLamontagne/CEngineSharp Class Usage Examples

Public Methods

Method Description
Load ( string filePath ) : Npc
Save ( string directoryPath ) : void

Method Details

Load() public static method

public static Load ( string filePath ) : Npc
filePath string
return Npc

Save() public method

public Save ( string directoryPath ) : void
directoryPath string
return void