mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 18:49:45 +08:00
Fixed accessibility on Dat54StreamingSound.Duration
This commit is contained in:
@@ -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)
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user