コード例 #1
0
ファイル: Bullet.cs プロジェクト: TeamAmpere/AdvancedC-Game
 public override void LoadContent(ResourceManager resourceManager)
 {
     this.explosion = resourceManager.GetSound("explosion");
     this.explosionInstance = this.explosion.CreateInstance();
     Texture = resourceManager.GetResource("laser");
     this.ExplosionTexture = resourceManager.GetResource("explosion3");
 }