C# 클래스 AssemblyCSharp.GameState

파일 보기 프로젝트 열기: wooga/ps_social_jam 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Ingredients Ingredient>.Dictionary

공개 메소드들

메소드 설명
AddIngredient ( string ingredientID ) : int
AsJson ( ) : object>.Dictionary
GameState ( object>.Dictionary dict ) : System
GetGeneration ( object>.Dictionary dict ) : long
UseIngredient ( string ingredientID ) : int

메소드 상세

AddIngredient() 공개 메소드

public AddIngredient ( string ingredientID ) : int
ingredientID string
리턴 int

AsJson() 공개 메소드

public AsJson ( ) : object>.Dictionary
리턴 object>.Dictionary

GameState() 공개 메소드

public GameState ( object>.Dictionary dict ) : System
dict object>.Dictionary
리턴 System

GetGeneration() 공개 정적인 메소드

public static GetGeneration ( object>.Dictionary dict ) : long
dict object>.Dictionary
리턴 long

UseIngredient() 공개 메소드

public UseIngredient ( string ingredientID ) : int
ingredientID string
리턴 int

프로퍼티 상세

Ingredients 공개적으로 프로퍼티

public Dictionary Ingredients
리턴 Ingredient>.Dictionary