Cyrus Mod Loader
Loading...
Searching...
No Matches
LeashType.h
1#pragma once
2enum LeashType {
3 LLT_Rigid = 0,
4 LLT_Elastic = 1,
5};