コード例 #1
0
 private void GetDetails(Microsoft.Xna.Framework.GameTime time)
 {
     _component = (NotePadComponent)Game.Player.GetComponent <NotePadComponent>();
 }
コード例 #2
0
 public void SetUp()
 {
     _component = (NotePadComponent)Game.Player.GetComponent <NotePadComponent>();
 }