void OnDestroy()
 {
     FogOfWarSystem.UnregisterInfluence(this);
 }
 void OnDisable()
 {
     FogOfWarSystem.UnregisterInfluence(this);
 }