예제 #1
0
파일: Actor.cs 프로젝트: NxShape/TwoMermaid
 private void SetTextureName(string value)
 {
     Field.SetValue(fields, "Pictures", "[" + value + "]");
 }