v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Barotrauma;
|
||||
|
||||
/// <summary>
|
||||
/// Unit type, i.e. type with only one possible value.
|
||||
/// Can be used instead of void to form expressions and
|
||||
/// fill in generic parameters.
|
||||
/// </summary>
|
||||
public enum Unit { Value }
|
||||
Reference in New Issue
Block a user