Ejemplo n.º 1
0
 public GameGraphicResource(string value)
 {
     Value = CharBufferUtility.Create <CharBuffer128>(value);
 }
Ejemplo n.º 2
0
 public GameGraphicResource(CharBuffer128 value)
 {
     Value = value;
 }