public static void InheritPhaseShift(WorldObject target, WorldObject source) { target.SetPhaseShift(source.GetPhaseShift()); target.SetSuppressedPhaseShift(source.GetSuppressedPhaseShift()); }