9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 01:59:15 +00:00
This commit is contained in:
Daniel Mills
2020-07-30 03:52:23 -04:00
parent aec5486144
commit d92c96ecc2
6 changed files with 16 additions and 21 deletions

View File

@@ -1,9 +0,0 @@
package com.volmit.iris;
import lombok.Data;
@Data
public class IrisSettings
{
private int threads = 8;
}