mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-25 15:35:22 +00:00
9 lines
123 B
C#
9 lines
123 B
C#
namespace QSB.Instruments.QSBCamera
|
|
{
|
|
public enum CameraMode
|
|
{
|
|
FirstPerson,
|
|
ThirdPerson
|
|
}
|
|
}
|