KOP_PIbd-33_Volkov_N.A._Tik.../VolkovLabs/PluginsConventionLibrary/PluginsConventionElement.cs
bocchanskyy cc2fa54e35 I don't want to go like this
At least let me clean my room
I don't want to leave like this
'Cause the last thing I want to do is
Make my people make decisions
Wondering what to do, oh
Should they keep it on display
Or redecorate?
(just started working on lab4)
2024-11-11 18:19:40 +04:00

14 lines
250 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PluginsConventionLibrary
{
public class PluginsConventionElement
{
public Guid Id { get; set; }
}
}