C# 클래스 Fungus.SaveManagerSignals

Save manager signalling system. You can use this to be notified about various events in the save game system.
파일 보기 프로젝트 열기: snozbot/fungus 1 사용 예제들

공개 메소드들

메소드 설명
DoSavePointAdded ( string savePointKey, string savePointDescription ) : void
DoSavePointLoaded ( string savePointKey ) : void

메소드 상세

DoSavePointAdded() 공개 정적인 메소드

public static DoSavePointAdded ( string savePointKey, string savePointDescription ) : void
savePointKey string
savePointDescription string
리턴 void

DoSavePointLoaded() 공개 정적인 메소드

public static DoSavePointLoaded ( string savePointKey ) : void
savePointKey string
리턴 void