rimworld-animations/1.3/Source/Actors/AlienRaceOffset.cs

16 lines
278 B
C#
Raw Normal View History

2020-04-18 16:49:03 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2020-04-28 03:34:30 +00:00
using UnityEngine;
2020-04-18 16:49:03 +00:00
namespace Rimworld_Animations {
public class AlienRaceOffset {
public string defName;
2020-04-28 03:34:30 +00:00
public Vector2 offset;
2020-04-18 16:49:03 +00:00
}
}