コード例 #1
0
ファイル: FlatChunk.cs プロジェクト: RichardBradley/MMEd
 public Behaviour(int xiValue, eBehaviourTypes xiBehaviourTypes)
 {
     Value = xiValue;
     BehaviourTypes = xiBehaviourTypes;
 }
コード例 #2
0
ファイル: FlatChunk.cs プロジェクト: RichardBradley/MMEd
 public Behaviour(int xiValue, eBehaviourTypes xiBehaviourTypes)
 {
     Value          = xiValue;
     BehaviourTypes = xiBehaviourTypes;
 }