This website requires JavaScript.
Explore
Help
Sign in
steffo
/
better-tee
Watch
1
Fork
You've already forked better-tee
0
mirror of
https://github.com/Steffo99/better-tee.git
synced
2024-11-22 15:24:18 +00:00
Code
Activity
23b5280cd6
better-tee
/
Assets
/
Code
/
Common
/
DrawingResults.cs
7 lines
103 B
C#
Raw
Normal View
History
Unescape
Escape
"some" new stuff
2019-09-15 22:28:36 +00:00
using
System
;
[Serializable]
public
class
DrawingResults
:
ActResults
{
Update things
2019-09-19 17:02:34 +00:00
public
byte
[
]
pngBytes
;
"some" new stuff
2019-09-15 22:28:36 +00:00
}
Copy permalink