mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 08:52:52 +08:00
Fixed accessibility on Dat54StreamingSound.Duration
This commit is contained in:
parent
b3857db929
commit
419c63af93
@ -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)
|
||||
{ }
|
||||
|
Loading…
Reference in New Issue
Block a user