changed network log format, player settings
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
import type KV from "../../persistence/kv.ts";
|
||||
import type Profile from "../profile.ts";
|
||||
|
||||
class ProfileContentManager {
|
||||
|
||||
|
||||
protected profile: Profile;
|
||||
protected kv: KV;
|
||||
constructor(profile: Profile, kv: KV) {
|
||||
this.profile = profile;
|
||||
this.kv = kv;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default ProfileContentManager;
|
||||
Reference in New Issue
Block a user