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

◆ SystemAcl() [4/4]

System.Security.AccessControl.SystemAcl.SystemAcl ( bool isContainer,
bool isDS,
RawAcl rawAcl,
bool trusted )
inlinepackage

Definition at line 22 of file SystemAcl.cs.

23 : base(isContainer, isDS, rawAcl, trusted, isDacl: false)
24 {
25 }