public FirstPersonCamera(ref Player p)
     : base(ref p)
 {
 }
コード例 #2
0
 public Camera(ref Player p)
 {
     _player = p;
 }