1
Fork 0
mirror of https://github.com/Steffo99/better-tee.git synced 2024-11-22 15:24:18 +00:00
better-tee/Assets/Code/Common/DrawingResults.cs

7 lines
103 B
C#
Raw Normal View History

2019-09-15 22:28:36 +00:00
using System;
[Serializable]
public class DrawingResults : ActResults {
2019-09-19 17:02:34 +00:00
public byte[] pngBytes;
2019-09-15 22:28:36 +00:00
}