Parallax (#131)
This commit is contained in:
committed by
GitHub
parent
0230323563
commit
ef3007a603
12
Content.Client/Interfaces/Parallax/IParallaxManager.cs
Normal file
12
Content.Client/Interfaces/Parallax/IParallaxManager.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using SS14.Client.Graphics;
|
||||
|
||||
namespace Content.Client.Interfaces.Parallax
|
||||
{
|
||||
public interface IParallaxManager
|
||||
{
|
||||
event Action<Texture> OnTextureLoaded;
|
||||
Texture ParallaxTexture { get; }
|
||||
void LoadParallax();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user