C# 클래스 InstantReactionProperties, Hero.Coli

파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
energyCost float
name string
products LinkedList
reactants LinkedList

프로퍼티 상세

energyCost 공개적으로 프로퍼티

public float energyCost
리턴 float

name 공개적으로 프로퍼티

public string name
리턴 string

products 공개적으로 프로퍼티

public LinkedList products
리턴 LinkedList

reactants 공개적으로 프로퍼티

public LinkedList reactants
리턴 LinkedList