* Toilet Draft * fixes * toilets now have secret stash to place items in cistern. * fixes * plungers now unblock toilets. * fix sprite * new sprites and fix * fixes * improve seat sprites. * fix * removed visualisersystem changed to genericvisualizers * flush sound for toilets and copyright for toilet sprites. * fix atrributions * fixes * fix datafield flushtime * sprite improvements * fixes * multiple changes * fix * fix * fixes remove vv * moved stash related functions to secret stash system from toilet. * fix * fix * changes for recent review. * fix * fix
9 lines
131 B
C#
9 lines
131 B
C#
using Content.Shared.Toilet.Systems;
|
|
|
|
namespace Content.Server.Toilet;
|
|
|
|
public sealed class ToiletSystem : SharedToiletSystem
|
|
{
|
|
|
|
}
|