예제 #1
0
파일: AmfWriter.cs 프로젝트: aimozg/CoCEd
 void WriteCustomDataForEnum(AmfObject obj)
 {
     WriteI32((int)obj.EnumValue);
 }