readonly
This commit is contained in:
@@ -30,7 +30,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
|
|
||||||
public class DeathSounds : INotifyKilled
|
public class DeathSounds : INotifyKilled
|
||||||
{
|
{
|
||||||
DeathSoundsInfo info;
|
readonly DeathSoundsInfo info;
|
||||||
|
|
||||||
public DeathSounds(DeathSoundsInfo info) { this.info = info; }
|
public DeathSounds(DeathSoundsInfo info) { this.info = info; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user