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

◆ DeviceLostException() [2/4]

Microsoft.Xna.Framework.Graphics.DeviceLostException.DeviceLostException ( string message)
inline

Definition at line 13 of file DeviceLostException.cs.

14 : base(message)
15 {
16 }