コード例 #1
0
 public FastEncoder()
 {
     this.inputWindow  = new FastEncoderWindow();
     this.currentMatch = new Match();
 }
コード例 #2
0
ファイル: FastEncoder.cs プロジェクト: supermax/TMS
        private readonly FastEncoderWindow inputWindow; // input history window

        public FastEncoder()
        {
            inputWindow  = new FastEncoderWindow();
            currentMatch = new Match();
        }
コード例 #3
0
ファイル: FastEncoder.cs プロジェクト: toros11/AbilitySystem
 public FastEncoder() {
     inputWindow = new FastEncoderWindow();
     currentMatch = new Match();
 }