mirror of
https://github.com/modernuo/ModernUO
synced 2026-08-11 22:23:06 -04:00
5 lines
110 B
C#
5 lines
110 B
C#
|
|
using System.Runtime.CompilerServices;
|
||
|
|
|
||
|
|
// Skips initializing stackalloc with zeros.
|
||
|
|
[module: SkipLocalsInit]
|