mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add NOT gate
This commit is contained in:
@@ -3,6 +3,7 @@ import { Component } from "../component";
|
||||
/** @enum {string} */
|
||||
export const enumLogicGateType = {
|
||||
and: "and",
|
||||
not: "not",
|
||||
};
|
||||
|
||||
export class LogicGateComponent extends Component {
|
||||
|
||||
Reference in New Issue
Block a user