Fixed accessibility on Dat54StreamingSound.Duration

This commit is contained in:
dexy 2020-03-07 23:03:47 +11:00
parent b3857db929
commit 419c63af93

View File

@ -2733,7 +2733,7 @@ namespace CodeWalker.GameFiles
}
[TC(typeof(EXP))] public class Dat54StreamingSound : Dat54Sound
{
int Duration { get; set; } //0x0-0x4
public int Duration { get; set; } //0x0-0x4
public Dat54StreamingSound(RelFile rel) : base(rel, Dat54SoundType.StreamingSound)
{ }