~ruther/NosSmooth

ref: 53f156e12bb77c47d1bb14c17e23bf4d01b02565 NosSmooth/Remote/NosSmooth.Cryptography/IDecryptor.cs -rw-r--r-- 74 bytes
53f156e1 — František Boháček feat: add walk command handling to service collection 3 years ago
                                                                                
1
2
3
4
5
6
namespace NosSmooth.Cryptography;

public interface IDecryptor
{
    
}