01cc1d331b
- In progress implementation of services model.
7 lines
75 B
C#
7 lines
75 B
C#
namespace Barotrauma.LuaCs.Data;
|
|
|
|
public interface IStylesInfo
|
|
{
|
|
|
|
}
|