Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsSupported

new bool System.Runtime.Intrinsics.Arm.Rdm.IsSupported
staticget

Definition at line 80 of file Rdm.cs.

81 {
82 [Intrinsic]
83 get
84 {
85 return false;
86 }
87 }