initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: MindLated.Protection.Arithmetic.Value
|
||||
// Assembly: Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 33673F0A-7F43-4A2B-BC08-8E59A15CB7DA
|
||||
// Assembly location: C:\Users\Admin\Desktop\Sheet RAT 2.5\Server.exe
|
||||
|
||||
//#nullable disable
|
||||
namespace MindLated.Protection.Arithmetic {
|
||||
|
||||
public class Value
|
||||
{
|
||||
private readonly double _x;
|
||||
private readonly double _y;
|
||||
|
||||
public Value(double x, double y)
|
||||
{
|
||||
this._x = x;
|
||||
this._y = y;
|
||||
}
|
||||
|
||||
public double GetX() => this._x;
|
||||
|
||||
public double GetY() => this._y;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user