using UnityEngine; namespace RimWorldAnimationStudio { public class AlienRaceOffset { public string defName; public Vector2 offset; } }