Click or drag to resize
GenericCounterTremove Method

[Missing <summary> documentation for "M:Planetbase.GenericCounter`1.remove(`0,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void remove(
	T t,
	int amount
)

Parameters

t
Type: T

[Missing <param name="t"/> documentation for "M:Planetbase.GenericCounter`1.remove(`0,System.Int32)"]

amount
Type: SystemInt32

[Missing <param name="amount"/> documentation for "M:Planetbase.GenericCounter`1.remove(`0,System.Int32)"]

See Also