mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-10 06:51:36 +00:00
8 lines
109 B
C#
8 lines
109 B
C#
namespace QSB.Instruments.QSBCamera
|
|
{
|
|
public enum CameraMode
|
|
{
|
|
FirstPerson = 0,
|
|
ThirdPerson = 1
|
|
}
|
|
} |