mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
alien race offsets
This commit is contained in:
parent
7f1e2314dd
commit
90400a798a
5 changed files with 25 additions and 0 deletions
16
Source/Actors/AlienRaceOffset.cs
Normal file
16
Source/Actors/AlienRaceOffset.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Rimworld_Animations {
|
||||
public class AlienRaceOffset {
|
||||
|
||||
public string defName;
|
||||
|
||||
public float x = 0;
|
||||
public float z = 0;
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue