예제 #1
0
 public GroundDetection(CharacterControllerAdapter objAdapter) : base(objAdapter)
 {
 }
예제 #2
0
 protected BaseGroundDetection(CharacterControllerAdapter objAdapter)
 {
     _objAdapter = objAdapter;
 }