mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-21 20:54:34 +00:00
19 lines
354 B
C#
19 lines
354 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
namespace FishNet.Example.ColliderRollbacks
|
|||
|
{
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// DEMO. CODE IS NOT OPTIMIZED.
|
|||
|
/// Doesn't do much...
|
|||
|
/// </summary>
|
|||
|
public class PlayerCamera : MonoBehaviour
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// MuzzleFlash on the weapon.
|
|||
|
/// </summary>
|
|||
|
public Transform MuzzleFlash;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
}
|