offset tweaks

This commit is contained in:
Platinum 2020-04-27 20:34:30 -07:00
parent 2ee8975fd0
commit 414cf3dce4
4 changed files with 7 additions and 8 deletions

View file

@ -3,14 +3,13 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
namespace Rimworld_Animations {
public class AlienRaceOffset {
public string defName;
public float x = 0;
public float z = 0;
public Vector2 offset;
}
}