コード例 #1
0
ファイル: Torpedo.cs プロジェクト: jaredthirsk/DotNetrek
 public Torpedo(Galaxy galaxy, int netrekId)
     : base(galaxy, netrekId)
 {
 }