mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Sex props plus quiver visuals
This commit is contained in:
parent
f275ed90ae
commit
4a2905c7fc
152 changed files with 1985 additions and 184 deletions
12
Assets/Scripts/SexProp.cs
Normal file
12
Assets/Scripts/SexProp.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RimWorldAnimationStudio
|
||||
{
|
||||
[Serializable]
|
||||
public class SexProp
|
||||
{
|
||||
public string label;
|
||||
public Sprite sprite;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue