예제 #1
0
 public Matcher(IBitCodeCenter center)
 {
     this.center     = center;
     this.MatchCode  = BitCode.CompositeCode.Create();
     this.ExceptCode = BitCode.CompositeCode.Create();
 }
예제 #2
0
파일: Actor.cs 프로젝트: muguangyi/pioneer
 public Actor(World world, IBitCodeCenter center)
 {
     this.world  = world;
     this.center = center;
 }