Re-organize all projects (#4166)
This commit is contained in:
12
Content.Client/Parallax/Managers/IParallaxManager.cs
Normal file
12
Content.Client/Parallax/Managers/IParallaxManager.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Robust.Client.Graphics;
|
||||
|
||||
namespace Content.Client.Parallax.Managers
|
||||
{
|
||||
public interface IParallaxManager
|
||||
{
|
||||
event Action<Texture>? OnTextureLoaded;
|
||||
Texture? ParallaxTexture { get; }
|
||||
void LoadParallax();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user