mirror of
https://github.com/ApfelTeeSaft/Slender.git
synced 2026-09-03 03:53:42 +00:00
Complete Upgrade
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public enum ConstraintAxis
|
||||
{
|
||||
X = 0,
|
||||
Y = 1,
|
||||
Z = 2
|
||||
}
|
||||
Reference in New Issue
Block a user