Elin Decompiled Documentation EA 23.222 Stable nyan
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:5
static int rnd(long a)
Definition: EClass.cs:58
override int DefaultStock
override int CraftNum