コード例 #1
0
ファイル: Position.cs プロジェクト: MGRich/sonic-3-mixed
 internal Position(Reader reader) : this()
 {
     Read(reader);
 }