Click or drag to resize
PrototypesRemove Method
Remove a prototype.

Namespace:  GeonBit.Managers
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Remove(
	string name
)

Parameters

name
Type: SystemString
Name of prototype to remove.
See Also