Elin Decompiled Documentation EA 23.244 Nightly
Loading...
Searching...
No Matches
TraitAmmoRocket.cs
Go to the documentation of this file.
2{
3 public override int DefaultStock => 10 + EClass.rnd(50);
4
5 public override int CraftNum => 20;
6
7 public override ThrowType ThrowType => ThrowType.Explosive;
8}
ThrowType
Definition: ThrowType.cs:2
Definition: EClass.cs:6
static int rnd(long a)
Definition: EClass.cs:59
override int DefaultStock
override int CraftNum