Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StateMachineAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[AttributeUsage(
AttributeTargets
.Method, Inherited =
false
, AllowMultiple =
false
)]
4
public
class
StateMachineAttribute
:
Attribute
5
{
6
public
Type
StateMachineType
{
get
; }
7
8
public
StateMachineAttribute
(
Type
stateMachineType)
9
{
10
StateMachineType
= stateMachineType;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.CompilerServices.StateMachineAttribute.StateMachineAttribute
StateMachineAttribute(Type stateMachineType)
Definition
StateMachineAttribute.cs:8
System.Runtime.CompilerServices.StateMachineAttribute.StateMachineType
Type StateMachineType
Definition
StateMachineAttribute.cs:6
System.Runtime.CompilerServices.StateMachineAttribute
Definition
StateMachineAttribute.cs:5
System.Type
Definition
Type.cs:14
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.CompilerServices
StateMachineAttribute.cs
Generated by
1.10.0