-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9849c92
commit 0024593
Showing
259 changed files
with
45,371 additions
and
36,283 deletions.
There are no files selected for viewing
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
Quetzalcoatl/AdditionalSourceCode/nodes/CableText1_networkdata.h
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
namespace project | ||
{ | ||
|
||
struct CableText1_networkdata: public scriptnode::dll::InterpretedNetworkData | ||
{ | ||
String getId() const override | ||
{ | ||
return "CableText1"; | ||
} | ||
bool isModNode() const override | ||
{ | ||
return false; | ||
} | ||
String getNetworkData() const override | ||
{ | ||
return "542.nT6K8C1sDTJD.XNFOYB7Nia.8AlbmVn3ZyP5UEgsdnESsR+H1VuxurmCKcVBws3Jh7gIoLD.CAvQ.vXaPncphlsDxuzq1AbZmmwrM8uhi.xoskew4zHoEhSkNLa1TnusBJ8NXaQGiGOFePe+mVSGqfmrA3TJUb3zKltmuuzU0lHWgG4rBnZqEYJVHMiQm8Cmd1vOas4kMF8VfSspT0RoOow2blrFoCeNpY4Vb3h5YDE6hm6CHmpYMb8EeQkr5rr.TTRllZfgHJGnVBz9BpwxgyFSFvLX8mQkhV.9vVzmj2ShZ5I8hjVCbRnk0oNzWBKjS+zVxJYy1BKzfXiiXYPJNmp7yT9zQrft0ve1X9bpAoEnnTvAEllZdzmbv9d9xesGdOlQxaerMh3HgulOWDbNWz0Fvj6X0BQ09YI1G5O4OCl6SrQd6JsPpFvVfFarwHvXCHrHTF.PB.hhgTelNzEfDVjuZ5XL3eZTQNHGfQFC6wHhzHIgBjDnRlwg8d9wWXH4XVkdXgIfnmZfjXQiu.m3PggLNEIdmUDOIyPUd582wvYbsC0geDwClMmO13Px7SmOxeqeDusZ3uBTePo6Ai01AaNZB64lB.Sf5uAMfaSYrcNbgFTteQVUsPfxtBpS4XXoFFU3PXboMS.5tZdG2d5AoB+R5V0..UYPajMt8.L1ujQyOhYq.fh+dbXyj72EqKglrYqKJlU5J.55.7x.PyC"; | ||
} | ||
}; | ||
} | ||
|
Oops, something went wrong.