コード例 #1
0
ファイル: KeyFrame.cs プロジェクト: matheus2984/SoulEngine
 public ISerializable Deserialize(BinaryInput input)
 {
     Source = input.ReadRectangle();
     return this;
 }