This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef CONFIG_H | |
| #define CONFIG_H | |
| #include "config_common.h" | |
| /* USB Device descriptor parameter */ | |
| #define VENDOR_ID 0xABCD | |
| #define PRODUCT_ID 0x0001 | |
| #define DEVICE_VER 0x0001 | |
| #define MANUFACTURER treeherder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| modded class Cannabis | |
| { | |
| TrippingLights buzz; | |
| override bool CanBeCooked() | |
| { | |
| return true; | |
| } | |
| override bool CanBeCookedOnStick() |
OlderNewer