C# 클래스 CastleEscape.GameData

Used for saving and loading games. Author: Dennis Honeyman
파일 보기 프로젝트 열기: Daminvar/CastleEscape

공개 메소드들

메소드 설명
Load ( ) : object[]
Save ( string currentMapName, Player player ) : void

Saves using the .NET serialization libraries Saved file is an array containing... [player object, current map, flags]

메소드 상세

Load() 공개 정적인 메소드

public static Load ( ) : object[]
리턴 object[]

Save() 공개 정적인 메소드

Saves using the .NET serialization libraries Saved file is an array containing... [player object, current map, flags]
public static Save ( string currentMapName, Player player ) : void
currentMapName string
player Player
리턴 void