- add: shared animation

This commit is contained in:
2024-02-24 16:37:40 +03:00
parent 2ec981e9e6
commit e3f5ec25e3
11 changed files with 306 additions and 10 deletions

View File

@@ -33,9 +33,9 @@ public sealed class VibratorSystem : SharedVibratorSystem
}
private Animation GetAnimation()
private Robust.Client.Animations.Animation GetAnimation()
{
return new Animation
return new Robust.Client.Animations.Animation
{
Length = TimeSpan.FromMilliseconds(100),
AnimationTracks =