mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-08 08:33:48 +00:00
TextureChangingEventArgs - Change 'NewTexture' property to getter only
This commit is contained in:
@@ -22,7 +22,7 @@ namespace PckStudio.Rendering
|
||||
{
|
||||
public class TextureChangingEventArgs : CancelEventArgs
|
||||
{
|
||||
public Image NewTexture { get; set; }
|
||||
public Image NewTexture { get; }
|
||||
|
||||
public TextureChangingEventArgs(Image newTexture) : base()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user