mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-29 19:03:10 +00:00
14 lines
213 B
C#
14 lines
213 B
C#
using UnityEngine;
|
|
|
|
namespace Raindrop.Unity3D.CameraAndMovement
|
|
{
|
|
public class MovementControls
|
|
{
|
|
private Quaternion cameraDir;
|
|
private Transform avatarPose;
|
|
|
|
|
|
|
|
|
|
}
|
|
} |