using UnityEngine; namespace FishNet.Example.ColliderRollbacks { /// /// DEMO. CODE IS NOT OPTIMIZED. /// Doesn't do much... /// public class PlayerCamera : MonoBehaviour { /// /// MuzzleFlash on the weapon. /// public Transform MuzzleFlash; } }