示例#1
0
 public void SetDriver(IFuzzyRuleBase leftRuleBase, IFuzzyRuleBase rightRuleBase)
 {
     Driver = new ShootingDriver(leftRuleBase, rightRuleBase);
 }
示例#2
0
    // Use this for initialization
    void Start()
    {
        Driver = null;

        BallHit = false;
    }