1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-16 07:43:20 +00:00
Jonathan Coates 938eb38ad5
Move computer events to a single point
This abstraction never made much sense on InputHandler, as we only leave
the default methods on ServerComputer.

We now add a new class (ComputerEvents), which has a series of *static*
methods, that can queue an event on a ComputerEvents.Receiver object.
This is a bit of an odd indirection (why not just make them instance
methods on Receiver?!), but I don't really want those methods leaking
everywhere.
2025-01-18 19:26:10 +00:00
..
2025-01-09 20:47:51 +00:00
2025-01-09 20:47:51 +00:00
2025-01-09 20:47:51 +00:00
2025-01-14 21:26:31 +00:00
2025-01-09 20:47:51 +00:00
2025-01-14 08:48:48 +00:00
2023-10-28 17:58:11 +01:00