mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
actual songdata git merge proper lol
This commit is contained in:
parent
85af96d654
commit
f634a099c3
|
@ -895,12 +895,12 @@ abstract SongTimeChange(RawSongTimeChange) from RawSongTimeChange
|
||||||
|
|
||||||
public var beatTime(get, set):Null<Float>;
|
public var beatTime(get, set):Null<Float>;
|
||||||
|
|
||||||
function get_beatTime():Int
|
public function get_beatTime():Null<Float>
|
||||||
{
|
{
|
||||||
return this.b;
|
return this.b;
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_beatTime(value:Int):Int
|
public function set_beatTime(value:Null<Float>):Null<Float>
|
||||||
{
|
{
|
||||||
return this.b = value;
|
return this.b = value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue