示例#1
0
    // methods //


    // method: determine the (boolean) state of this Dependency Requisite //
    public override bool state()
    {
        return(GravityZone.playerWithinNonzerolyAffectingZonageSphere());
    }